home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_effects.dll / 0 / RCDATA / TFRMFX / TFRMFX.txt
Encoding:
Text File  |  2004-10-22  |  1.5 KB  |  77 lines

  1. object frmFX: TfrmFX
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change image colors'
  7.   ClientHeight = 262
  8.   ClientWidth = 499
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnOK: TButton
  22.     Left = 338
  23.     Top = 7
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     TabOrder = 0
  29.     OnClick = btnOKClick
  30.   end
  31.   object btnCancel: TButton
  32.     Left = 417
  33.     Top = 7
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'Cancel'
  37.     TabOrder = 1
  38.     OnClick = btnCancelClick
  39.   end
  40.   object sbxPreview: TScrollBox
  41.     Left = 6
  42.     Top = 40
  43.     Width = 487
  44.     Height = 214
  45.     HorzScrollBar.Smooth = True
  46.     HorzScrollBar.Tracking = True
  47.     VertScrollBar.Smooth = True
  48.     VertScrollBar.Tracking = True
  49.     Color = clAppWorkSpace
  50.     ParentColor = False
  51.     TabOrder = 2
  52.     object imgPreview: TImage
  53.       Left = 0
  54.       Top = 0
  55.       Width = 105
  56.       Height = 105
  57.       AutoSize = True
  58.     end
  59.   end
  60.   object tbrAmount: TTrackBar
  61.     Left = 0
  62.     Top = 11
  63.     Width = 263
  64.     Height = 21
  65.     Max = 100
  66.     Min = 1
  67.     PageSize = 1
  68.     Frequency = 2
  69.     Position = 1
  70.     TabOrder = 3
  71.     ThumbLength = 14
  72.     TickMarks = tmBoth
  73.     TickStyle = tsNone
  74.     OnChange = TrackBarChange
  75.   end
  76. end
  77.